Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v.out.ogr: Fix a typo and remove -z flag mention from warning messages #1694

Merged
merged 2 commits into from
Dec 30, 2021

Conversation

agiudiceandrea
Copy link
Contributor

@agiudiceandrea agiudiceandrea commented Jun 30, 2021

  • Fix a typo in v.out.ogr warning message:
    from Use format specific layer creation options (parameter 'lco') to export <in 3D rather than 2D (default).
    to Use format specific layer creation options (parameter 'lco') to export in 3D rather than 2D (default).

  • Remove -z flag mention in v.out.ogr warning: the -z flag was introduced in GRASS 6.4 with commit ffaa430 and removed in GRASS 7.0 with commit 606b979
    from Use format specific layer creation options SHPT (parameter 'lco') or '-z' flag to export in 3D rather than 2D (default).
    to Use format specific layer creation options SHPT (parameter 'lco') to export in 3D rather than 2D (default).

The -z flag was introduced in GRASS 6.4 with commit OSGeo@ffaa430 and removed in GRASS 7.0 with commit OSGeo@606b979
@neteler
Copy link
Member

neteler commented Dec 30, 2021

Thanks!

@neteler neteler merged commit b62830b into OSGeo:main Dec 30, 2021
neteler pushed a commit that referenced this pull request Dec 30, 2021
…1694)

* Fix a typo in v.out.ogr warning message
* Remove -z flag mention in v.out.ogr warning

The -z flag was introduced in GRASS 6.4 with commit ffaa430 and removed in GRASS 7.0 with commit 606b979
@agiudiceandrea
Copy link
Contributor Author

agiudiceandrea commented Dec 31, 2021

Hi @neteler thanks to you!

@wenzeslaus wenzeslaus changed the title Fix a typo and remove -z flag mention in v.out.ogr warning messages v.out.ogr: Fix a typo and remove -z flag mention from warning messages Apr 27, 2022
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Oct 26, 2022
…SGeo#1694)

* Fix a typo in v.out.ogr warning message
* Remove -z flag mention in v.out.ogr warning

The -z flag was introduced in GRASS 6.4 with commit OSGeo@ffaa430 and removed in GRASS 7.0 with commit OSGeo@606b979
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Feb 17, 2023
…SGeo#1694)

* Fix a typo in v.out.ogr warning message
* Remove -z flag mention in v.out.ogr warning

The -z flag was introduced in GRASS 6.4 with commit OSGeo@ffaa430 and removed in GRASS 7.0 with commit OSGeo@606b979
neteler pushed a commit to nilason/grass that referenced this pull request Nov 7, 2023
…SGeo#1694)

* Fix a typo in v.out.ogr warning message
* Remove -z flag mention in v.out.ogr warning

The -z flag was introduced in GRASS 6.4 with commit OSGeo@ffaa430 and removed in GRASS 7.0 with commit OSGeo@606b979
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants